Always emit reset for IM preedit with mouse click
authorTakao Fujiwara <tfujiwar@redhat.com>
Wed, 20 Feb 2019 09:58:51 +0000 (18:58 +0900)
committerTakao Fujiwara <tfujiwar@redhat.com>
Wed, 20 Feb 2019 09:58:51 +0000 (18:58 +0900)
commit4b2e4f6628ac2505d8db155e00f6d2a430766d30
tree9b53bbd6a9727e3fd0b3d578a91287bad09c2d4a
parent02e856f62e9eee7796bdff9ba8d8a9bda31c60fc
Always emit reset for IM preedit with mouse click

Hangul inputs treat pre-edit text as output text and the pre-edit
text won't be moved with mouse click.
Now the reset signal is always emitted simply with mouse click and
each IM engine could handle the signal whether the preedit is committed,
cleared or kept.

Closes #1534
gtk/gtktext.c
gtk/gtktextview.c